net.netFD.addrFunc (method)
12 uses
net (current package)
fd_unix.go#L189: netfd.setAddr(netfd.addrFunc()(lsa), netfd.addrFunc()(rsa))
file_unix.go#L59: laddr := fd.addrFunc()(lsa)
file_unix.go#L60: raddr := fd.addrFunc()(rsa)
sock_posix.go#L92: func (fd *netFD) addrFunc() func(syscall.Sockaddr) Addr {
sock_posix.go#L168: fd.setAddr(fd.addrFunc()(lsa), fd.addrFunc()(crsa))
sock_posix.go#L170: fd.setAddr(fd.addrFunc()(lsa), fd.addrFunc()(rsa))
sock_posix.go#L172: fd.setAddr(fd.addrFunc()(lsa), raddr)
sock_posix.go#L207: fd.setAddr(fd.addrFunc()(lsa), nil)
sock_posix.go#L257: fd.setAddr(fd.addrFunc()(lsa), nil)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |